home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / PICTURE / PICTURI2.DIR / 00090.ls < prev    next >
Encoding:
Text File  |  1996-09-05  |  147 b   |  10 lines

  1. on exitFrame
  2.   if the movieTime of sprite 2 < 59 then
  3.     go(the frame)
  4.   else
  5.     unLoad()
  6.     preLoad(12, 19)
  7.     go(the frame + 1)
  8.   end if
  9. end
  10.